home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 1.iso / 4ACES / 4ACES.TXT < prev    next >
Text File  |  1993-08-15  |  4KB  |  133 lines

  1.  
  2. 4 Aces
  3. Card Game for Windows 
  4.  
  5. Copyright (c) 1993  Philip B. Cook
  6.  
  7. Shareware Version 1.0
  8.  
  9. 16 August 1993
  10.  
  11.  
  12.  
  13.  
  14. 1. For full documentation refer to the Windows online help file
  15.    (4ACES.HLP).
  16.  
  17.  
  18. 2. INTRODUCTION 
  19.  
  20. 4 Aces, is a traditional simple patience card game described to me 
  21. by John Pocock of Shropshire, England.
  22.  
  23. I have modelled the way in which the games behaves on the version of
  24. Patience called Solitaire distributed by Microsoft with the Windows 3
  25. Environment.
  26.  
  27. The code contained here is 'all my own work', with only a little help
  28. from the nice people at BORLAND who provide some even nicer examples of
  29. how to go about things Windows fashion, when you purchase their excellent
  30. TURBO PASCAL for WINDOWS product, of which I cannot speak too highly.
  31.  
  32. The software requires Microsoft Windows 3 and a mouse. It has been tested 
  33. running under 
  34.  
  35.    Windows 3.0 in Real, Standard and 386 Enhanced modes and 
  36.    Windows 3.1 in Standard and 386 Enhanced modes 
  37.  
  38. on an IBM AT (286), 386sx, 386DX processors and my new 486DX2-50.
  39.  
  40. This product is provided  on an as-is basis. The Author makes no warranty 
  41. whatsoever regarding the product and specifically disclaims any implied 
  42. warranty or liability of any kind. 
  43.  
  44. All trademarks acknowledged.
  45.  
  46.  
  47.  
  48.  
  49. 3. SHAREWARE
  50.  
  51. This product is distributed as Shareware.  It is not Public Domain and I
  52. retain the copyright. Please feel free to copy the package to your
  53. friends or upload it to your favourite bulletin board.  If you get this
  54. from a commercial source you should pay no more than the cost of the
  55. diskette on which it is supplied plus a small copying fee.  The software
  56. is distributed as a self extracting archive file built using LHArc
  57. (Copyright Yoshi). It should come to you with the following files.
  58.  
  59. 4ACES.EXE       - the Windows Executable File.
  60. 4ACES.TXT       - This text file in simple TEXT format.
  61. 4ACES.HLP    - Windows on-line help file.
  62. DECK_nnn.BMP    - Card Deck Picture Files.
  63.  
  64. To install the program from DOS proceed as follows :
  65.  
  66. 1. Copy the file 4ACE_10.EXE to the Drive and Directory on where you wish to 
  67.    'unpack' it.
  68. 2. Type 4ACE_10 at the DOS prompt.
  69. 3. Answer the questions.
  70.  
  71. The files will be extracted and expanded on the current drive.
  72.  
  73. Once the program is executed and you save your favourite mode of
  74. operation of the game, it will write a file 4ACES.INI in your WINDOWS
  75. directory. I don't approve of applications writing all over the WIN.INI
  76. file, so I don't.
  77.  
  78. If you like the game and intend to continue to use it beyond an initial
  79. trial period (shall we say 30 days), then I shall be delighted to receive
  80. your request for registration.  Once registered the program will cease the
  81. (small amount of) nagging that it does. I hope by then to be able to
  82. offer you some other software on the same basis, and perhaps some
  83. improvements made to the 4 Aces Game.
  84.  
  85. I don't ask much for Registration so please do the decent thing and
  86. register if you use the program.
  87.  
  88. If you spot any bugs in the program, or would like to suggest extra features, 
  89. I would also be pleased to hear from you. 
  90.  
  91.  
  92. 4.CONTACTS
  93.  
  94. The author can be contacted as follows :
  95.  
  96. POST        Mr. P.B. Cook,
  97.         7 Deaf Hill Terrace,
  98.         Trimdon Station,
  99.         County Durham,
  100.         ENGLAND.
  101.         TS29 6BZ
  102.  
  103. TELEPHONE     +44 429 880319   or 
  104.         +44 642 485395
  105.  
  106. FACSIMILE     +44 642 471287
  107.  
  108.  
  109.  
  110. 4. REVISION HISTORY
  111.  
  112. V0.1      May 1993       Alpha Test version.
  113.                            Note - No HELP FILE in this version.
  114.  
  115. V0.2   27 May 1993       Beta Test Sites only.
  116.                          A few fixes PLUS first Help File and a 
  117.                          full set of card decks.
  118.  
  119. V0.3   31 May 1993       Improved operation of the Select Deck dialog.
  120.                          No longer shows 'non deck' *.bmp files.
  121.  
  122. V0.4   1 June 1993       Modified the operation of the Select Deck
  123.                          dialog to display 4 Decks at once in a scrolling
  124.                          List Box.
  125.  
  126. V0.5   15 June 1993      Full BETA TEST Release - Test sites only.  
  127.  
  128. V1.0   16 Aug 1993       First Public release.
  129.  
  130.  
  131. P B Cook
  132. August 1993
  133.